home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 30
/
Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso
/
Aminet
/
util
/
virus
/
xvsLibrary.lha
/
xvs
/
Developer
/
include
/
C
/
proto
/
xvs.h
Wrap
C/C++ Source or Header
|
1999-02-10
|
330b
|
22 lines
#ifndef _PROTO_XVS_H
#define _PROTO_XVS_H
#ifndef EXEC_TYPES_H
#include <exec/types.h>
#endif
#ifndef CLIB_XVS_PROTOS_H
#include <clib/xvs_protos.h>
#endif
#ifdef __GNUC__
#include <inline/xvs.h>
#else
#include <pragma/xvs_lib.h>
#endif
#ifndef __NOLIBBASE__
extern struct xvsBase *xvsBase;
#endif
#endif /* _PROTO_XVS_H */